@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;800&display=swap');
body {
    margin: 0;
    background: url(bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header {
    background-color: #222222;
    height: 100px;
    padding: 0;
    border-bottom-style: solid;
    border-bottom-color: #EA2E80;
    border-bottom-width: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 24px 2px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 24px 2px rgba(0,0,0,0.5);
}
.headertextcontainer {
    float:left;
    height: 100%;
    margin-left: 15px;
    padding-left: 55px;
    background: url(certicon.png) no-repeat;
    background-position: left;
    position: relative;
}
.headertext {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    color: white;
    font-size: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: max-content;
}
.logo {
    opacity: 1;
    height: 90px;
    margin-right: 15px;
    margin-top: 5px;
    overflow: hidden;
    float:right; 
}
.box{
    width: 600px;
    background-color: white;
    margin: auto;
    padding: 25px 10px 25px 10px;
    opacity: 0.95;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #222222;
    height: 25px;
    padding: 0px;
    border-top-style: solid;
    border-top-color: #EA2E80;
    border-top-width: 5px;
    text-align: center;
    padding-top:7px;
    -webkit-box-shadow: 0px 5px 24px -2px rgba(0,0,0,0.5); 
    box-shadow: 0px 5px 24px -2px rgba(0,0,0,0.5);
}
h1{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    font-size: 35px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 5px;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
}
table{
    font-family: 'Poppins', sans-serif;
}
th{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    height: 30px;
    color: #484848;
}
tr{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
a{
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    color: #EA2E80;
    text-decoration: none;
}
a.imprint{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: white;
}